home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC-SIG: World of Education
/
PC-SiG's World of Education.iso
/
run
/
2646
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1992-09-29
|
208b
|
12 lines
rem Install Mercury in C:\MERCURY, from drive A.
if exist C:\MERCURY\*.* goto fail
c:\
cd\
md mercury
A:mercuryz C:\MERCURY
cd C:\MERCURY
goto dos
:fail
rem C:\MERCURY directory is not empty.
:dos